IKsCommand<T>.GetValueAsync method

Gets a value from a device as an asynchronous operation. The method keeps waiting until the value is gotten.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
Task<T> GetValueAsync()
Function GetValueAsync() As Task(Of T)

Return value

Type: Task<T>

Represents an asynchronous operation.

See also

IKsCommand<T> Interface

IntervalZero.KINGSTAR.Base.Class Namespace